﻿CHARACTERS = {
	# Anhalt was not fully unified until 1863, but we will not concern ourselves with Anhalt-Bernburg
	c:ANH = {
		create_character = {
			# Leopold IV, Duke of Anhalt
			#role = politician # Remove this line
			first_name = "Leopold"
			last_name = "Askanier"
			ruler = yes
			age = 42
			interest_group = ig_intelligentsia
			ideology = ideology_reformer
			traits = {
				persistent
			}
			on_created = {
				set_variable = is_married
			}
		}

		create_character = {
			# Frederick I, Duke of Anhalt
			#role = politician # Remove this line
			first_name = "Friedrich"
			last_name = "Askanier"
			heir = yes
			age = 5
			interest_group = ig_armed_forces
			traits = {
				imperious
			}
		}	
	}
}
